Notes on Janet

A place to document things I learned about Janet so I do not have to figure them out again...

Misc

Map works as zip

(map tuple ["a" "b" "c"] (range 10)) # => @[("a" 0) ("b" 1) ("c" 2)]

Generators

See generators and useful generators.